bitkeeper revision 1.1108.30.2 (41079adaq81cjx0MY5yfLPb2Q1tVKw)
authortw275@labyrinth.cl.cam.ac.uk <tw275@labyrinth.cl.cam.ac.uk>
Wed, 28 Jul 2004 12:23:54 +0000 (12:23 +0000)
committertw275@labyrinth.cl.cam.ac.uk <tw275@labyrinth.cl.cam.ac.uk>
Wed, 28 Jul 2004 12:23:54 +0000 (12:23 +0000)
Fixed  little problem, no biggie

tools/python/xen/sv/Wizard.py

index eaec7592b625c1002ec886da319f2e70a7593f4d..b9436d0ba163e7ebb9eaa7f6c9fe3723f86bceb2 100755 (executable)
@@ -4,7 +4,7 @@ from xen.xend import sxp
 
 DEBUG = 1
 
-class Wizzard( HTMLBase ):
+class Wizard( HTMLBase ):
 
     def __init__( self, urlWriter, title, sheets ):
         HTMLBase.__init__( self )